ReportViewer for ASP.NET Web Forms
ExportToFile(String,String,String,Dictionary<String,Object>) メソッド

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ReportViewer.ReportService 名前空間 > C1WebReportServiceHelper クラス > ExportToFile メソッド : ExportToFile(String,String,String,Dictionary<String,Object>) メソッド
ドキュメントキー。
形式。
オプション。エクスポートされるファイル名。
追加オプション:PDF セキュリティ設定。
documentKey で指定されたドキュメントを指定された形式にエクスポートし、ファイルのダウンロードで使用できる URL を返します。
シンタックス
'宣言
 
Public Overloads Function ExportToFile( _
   ByVal documentKey As System.String, _
   ByVal format As System.String, _
   ByVal exportedFileName As System.String, _
   ByVal extraOptions As System.Collections.Generic.Dictionary(Of String,Object) _
) As System.String
public System.string ExportToFile( 
   System.string documentKey,
   System.string format,
   System.string exportedFileName,
   System.Collections.Generic.Dictionary<string,object> extraOptions
)

パラメータ

documentKey
ドキュメントキー。
format
形式。
exportedFileName
オプション。エクスポートされるファイル名。
extraOptions
追加オプション:PDF セキュリティ設定。

戻り値の型

エクスポートされるファイルの URL。
参照

C1WebReportServiceHelper クラス
C1WebReportServiceHelper メンバ
オーバーロード一覧